Platform Explorer / Nuxeo Platform 6.0

Operation NuxeoDrive.AddToLocallyEditedCollection (Nuxeo Drive: Add document to the 'Locally Edited' collection)

Operation id NuxeoDrive.AddToLocallyEditedCollection
Category Services
Label Nuxeo Drive: Add document to the 'Locally Edited' collection
Requires
Since

Parameters

No parameters.

Signature

Inputs document
Outputs document

Implementation Information

Implementation Class Class: org.nuxeo.drive.operations.NuxeoDriveAddToLocallyEditedCollection
Contributing Component org.nuxeo.drive.operations.NuxeoDriveGetRootsOperation

JSON Definition

{
  "id" : "NuxeoDrive.AddToLocallyEditedCollection",
  "label" : "Nuxeo Drive: Add document to the 'Locally Edited' collection",
  "category" : "Services",
  "requires" : null,
  "description" : null,
  "url" : "NuxeoDrive.AddToLocallyEditedCollection",
  "signature" : [ "document", "document" ],
  "params" : [ ]
}